-
Notifications
You must be signed in to change notification settings - Fork 497
chore(deps): update all non-major dependencies #809
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
4 times, most recently
from
August 31, 2025 09:15
1eb453e
to
780b2d4
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
6 times, most recently
from
September 4, 2025 21:12
de6ab80
to
c09c9f7
Compare
@renovate
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
September 5, 2025 09:12
c09c9f7
to
940f8db
Compare
cexbrayat
cexbrayat
approved these changes
Sep 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
This PR contains the following updates:
^1.54.2
->^1.55.0
^22.17.2
->^22.18.1
^1.3.4
->^1.3.8
^139.0.1
->^139.0.3
^16.1.5
->^16.1.6
10.14.0
->10.15.1
1.0.0-beta.32
->1.0.0-beta.35
^2.0.13
->^2.1.0
^3.5.18
->^3.5.21
^3.0.5
->^3.0.6
^8.8.0
->^8.8.1
Release Notes
microsoft/playwright (@playwright/test)
v1.55.0
Compare Source
vitest-dev/eslint-plugin-vitest (@vitest/eslint-plugin)
v1.3.8
Compare Source
v1.3.7
Compare Source
v1.3.6
Compare Source
v1.3.5
Compare Source
Bug Fixes
Features
What's Changed
New Contributors
Full Changelog: vitest-dev/eslint-plugin-vitest@v1.3.4...v1.3.5
giggio/node-chromedriver (chromedriver)
v139.0.3
Compare Source
v139.0.2
Compare Source
lint-staged/lint-staged (lint-staged)
v16.1.6
Compare Source
Patch Changes
e93578e
Thanks @iiroj! - Try to improve terminating of subprocess of tasks by usingSIGKILL
, and only callingpidtree
when the the main task process has a known pid.pnpm/pnpm (pnpm)
v10.15.1
Compare Source
Patch Changes
.pnp.cjs
crash when importing subpath #9904.v10.15.0
Compare Source
Minor Changes
cleanupUnusedCatalogs
configuration. When set totrue
, pnpm will remove unused catalog entries during installation #9793.@*/pnpm-plugin-*
#9780.pnpm config get
now prints an INI string for an object value #9797.pnpm config get
now accepts property paths (e.g.pnpm config get catalog.react
,pnpm config get .catalog.react
,pnpm config get 'packageExtensions["@​babel/parser"].peerDependencies["@​babel/types"]'
), andpnpm config set
now accepts dot-leading or subscripted keys (e.g.pnpm config set .ignoreScripts true
).pnpm config get --json
now prints a JSON serialization of config value, andpnpm config set --json
now parses the input value as JSON.Patch Changes
pnpm create
command, must verify whether the node version is supported even if a cache already exists #9775.*/*
to theAccept
header to avoid getting a 406 error on AWS CodeArtifact #9862.pnpm dlx pkg --help
doesn't pass--help
topkg
#9823.rolldown/rolldown (rolldown)
v1.0.0-beta.35
Compare Source
🚀 Features
generateBundle
logic (#5987) by @shulaodaaugmentChunkHash
logic (#5986) by @shulaodaWatcherConfig
for configurable watcher parameters (#5991) by @hyf0import.meta.invalidate
and migrate tests (#5979) by @hyf0TestDevServer
withDevEngine
(#5976) by @hyf0transform
logic (#5985) by @shulaodafinalize_css
(#5974) by @shulaodaDevEngine
(#5960) by @hyf0hoist_at_rules
(#5967) by @shulaodaresolve_asset_urls_in_css
(#5958) by @shulaodato_output_file_path
(#5956) by @shulaodathis.resolve
andthis.load
(#5596) by @sapphi-redonHmrUpdates
callback (#5942) by @hyf0resolve_asset_urls_in_css
(#5929) by @shulaoda__export
runtime helper as pure (#5926) by @IWANABETHATGUYfinalize_css_chunk
(#5916) by @shulaoda🐛 Bug Fixes
obj().prop
whenpropertyReadSideEffects: false
(#5988) by @IWANABETHATGUYtreeshake.propertyReadSideEffects
is enabled (#5981) by @IWANABETHATGUYtypescript.onlyRemoveTypeImports
correctly (#5962) by @shulaodainit_mod
when record is a ExportAllDeclaration and importee is a inner concatenate module (#5952) by @IWANABETHATGUYonLog
andonwarn
options (#5931) by @sapphi-redreplace_plugin
does not work as expected with .ts config (#5920) by @IWANABETHATGUYreplace_plugin
support primitive values replacement (#5921) by @IWANABETHATGUYresolve.tsconfigFilename
(#5908) by @shulaodasourcemap
property fromMinifyOptions
correctly (#5892) by @sapphi-red🚜 Refactor
impl_visit.rs
intoFlatOptionsFlag
(#5992) by @IWANABETHATGUYto_output_file_path
(#5959) by @shulaodaecma_related
inNormalModuleTaskResult
non-optional (#5947) by @shulaodaBuildStatus
withBuildStateMachine
(#5927) by @hyf0inlineConst: 'safe'
toinlineConst: 'smart'
(#5909) by @IWANABETHATGUY📚 Documentation
⚡ Performance
PreProcessor
andEnsureSpanUniqueness
(#5968) by @IWANABETHATGUY🧪 Testing
⚙️ Miscellaneous Tasks
knip
warnings and remove redundant@rolldown/testing
(#5973) by @shulaoda__export
runtime helper as pure (#5926)" (#5928) by @IWANABETHATGUYv1.0.0-beta.34
Compare Source
💥 BREAKING CHANGES
transform
option withtsconfig
(#5882) by @shulaodatsconfig
(#5842) by @shulaoda🚀 Features
rolldown_binding_watcher
(#5859) by @hyf0DevEngine
(#5852) by @hyf0DevEngine
to support build for devlopement scenario (#5808) by @hyf0useDefineForClassFields=false
withtarget>=es2022
(#5841) by @sapphi-redesmExternalRequirePlugin
(#5810) by @shulaodaoxc_minifier
options (#5804) by @IWANABETHATGUYinitial_indent
for concatenateWrappedModule (#5779) by @IWANABETHATGUYoption.context
(#5745) by @situ2001🐛 Bug Fixes
lang
logic correctly (#5874) by @shulaodamissing_export
diagnostic (#5862) by @IWANABETHATGUYtypescript.removeClassFieldsWithoutInitializer
foruseDefineForClassFields=false
(#5840) by @sapphi-redimport.meta.hot.accept
in patch file should work (#5823) by @sapphi-redinlineConst
with constant propagation (#5826) by @IWANABETHATGUYminify: 'dce-only'
is used (#5830) by @sapphi-redminify: dce-only
(#5792) by @Boshen/./
(#5790) by @IWANABETHATGUYoutput.topLevelVar
by options validator (#5789) by @sapphi-redtransform.jsx: 'preserve'
by options validator (#5781) by @sapphi-redpreserveModules
(#5780) by @shulaoda🚜 Refactor
finalize_vite_css_urls
(#5860) by @shulaodaNotifyWatcher
WASM-compatible (#5855) by @hyf0BuildDriver
(#5854) by @hyf0clone_in_with_semantic_ids
for program cloning (#5853) by @shulaodaresolve_dependencies
(#5795) by @shulaodaPluginContext
(#5785) by @situ2001📚 Documentation
esmExternalRequirePlugin
(#5886) by @sapphi-redesmExternalRequirePlugin
(#5813) by @shulaoda⚡ Performance
🧪 Testing
⚙️ Miscellaneous Tasks
oxc-resolver
to v11.7.0 (#5889) by @shulaodaquote_expr
,quote_stmt
(#5858) by @IWANABETHATGUY_VITE_TEST_JS_PLUGIN
instead of_VITE_TEST_NATIVE_PLUGIN
(#5827) by @sapphi-redvitepress@^2.0.0-alpha.12
instead (#5811) by @shulaodajsx
option in favor oftransform.jsx
(#5783) by @shulaodav1.0.0-beta.33
Compare Source
💥 BREAKING CHANGES
closeBundle
hook when bundling actually happens (#5715) by @shulaoda🚀 Features
pringStatus
(#5744) by @situ2001transform
hook logic (#5736) by @shulaodaunresolved_import
when platform isneutral
(#5700) by @IWANABETHATGUY🐛 Bug Fixes
oxc.jsx.runtime
is set (#5771) by @hi-ogawacontext
should be available in renderStart (#5672) by @situ2001npm:
prefix as a built-in module (#5709) by @sapphi-red🚜 Refactor
ScopeHoistingFinalizerContext
(#5739) by @shulaodafinalize_normal_module
intoScopeHoistingFinalizerContext
(#5738) by @shulaodawrap_kind
andoriginal_wrap_kind
and keep them sync (#5730) by @IWANABETHATGUY📚 Documentation
neutral
(#5701) by @IWANABETHATGUY⚡ Performance
dce-only
(#5707) by @Boshen🧪 Testing
toMatchFileSnapshot
(#5759) by @situ2001import.meta.hot.invalidate
(#5747) by @hyf0⚙️ Miscellaneous Tasks
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.